* {
  margin: 0px;
  padding: 0px;

}

body {
  background: #F5F5F5;
}

ul li {
  list-style: none;
}

.line {
  width: 2px;
  height: 20px;
  background: #f0f0f0;
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}

.fRight {
  margin-left: 30px;
  line-height: 60px;
}

.searchDiv {
  background: #F5F5F5;
  border-radius: 15px;
  float: left;
  width: 220px;
  height: 26px;
  background: #F5F5F5;
  border-radius: 15px;
  margin-top: 17px;

}

.inputsearch {
  width: 100%;
  height: 26px;
  background: #F5F5F5;
  border-radius: 15px;

  outline: 0 none;
  border: 0 none;
  box-sizing: border-box;
  padding: 0px 20px;
}

.newshead {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(12, 35, 80, 0.05);
}

.newshead header {

  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.newshead header img {
  width: 120px;
  height: 31px;
  float: left;
  margin-top: 15px;
  margin-right: 79px;
}

.newshead header ul {
  float: left;
  overflow: hidden;
  overflow: visible;
}

.newshead header ul li {
  float: left;
  font-size: 16px;
  color: #333333;
  margin-right: 32px;
  border-bottom: 2px solid transparent;
  line-height: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.newshead header ul li:active {
  background: none;
}

.newshead header ul li:last-of-type {
  margin-right: 20px;
}

.newshead header ul li.active {
  color: #E22A1C;

}

.newshead header ul li.active::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 3px;
  color: #e22a1c;
  background: #e22a1c;
  border-radius: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.bgSection {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 50px;

}

.beleft {
  width: 780px;
  float: left;
}

.beright {
  width: 400px;
  float: right;
  margin-top: 20px;
  overflow: hidden;
  background: #fff;
}

.newslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  ;
}

.newsitem {
  /*  width:430px; */
  width: 100%;
  /* 	width:380px; */
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  padding: 20px 0px 20px 0px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer
}

.newsitem>div {
  /*  width:198px; */
  margin-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.newsitem h5 {
  font-size: 20px;
  color: #1B1F26;
  margin-bottom: 15px;
}

.newsitem p {
  font-size: 14px;
  color: #666666;
}

.newsitem img {
  width: 198px;
  height: 132px;
}

.newsitem span {
  font-size: 14px;
  color: #666666;
}

.hotpic {
  width: 18px;
  height: 18px;
}

.beright img {
  position: relative;
  top: 2px;
}

.beright h4 {
  width: 300px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #333333;
  background: #fff;
  box-sizing: border-box;
  padding-left: 15px;
}

.beright .hotlist {
  overflow: hidden;

  padding: 15px 15px;

}

.beright .hotlist+.hotlist {
  padding-top: 0px
}

.beright p {
  font-size: 16px;
  color: #333333;
}

.beright .hotlist h5 {
  float: left;
  position: relative;
  top: 20px;
  width: 16px;
  height: 16px;
  background: rgba(139, 10, 0, 0.12);
  border-radius: 4px;
  text-align: center;
  color: #A82F30;
  padding: 2px
}

.beright .hotlist:first-of-type h5 {
  width: 16px;
  height: 16px;
  background: rgba(139, 10, 0, 0.12);
  border-radius: 4px;
  text-align: center;
  color: #A82F30;
  padding: 2px
}

.beright .hotlist div p {
  margin-bottom: 5px;
}

.beright .hotlist>div {
  float: right;
  width: 320px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.beright .hotlist div span {
  font-size: 12px;
  color: #666666;
}

.bannerlist {
  overflow: hidden;
  margin-top: 20px;
}

.mockBanner {
  width: 780px;
  height: 450px;
  background: #776262;
  border-radius: 5px 0 0 5px;
  float: left
}

.mockBanner img {
  width: 100%;
  height: 100%;
  display: block;
}

.bannerlist p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 10px;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  background: rgba(0, 0, 0, .2);
  box-sizing: border-box;
}

.piclist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}

.piclist img {
  align-items: flex-start;
  width: 185px;
  height: 110px;
  margin-bottom: 10px;
  border-radius: 5px;
  object-fit: cover;
}
.piclist img:first-of-type{
  object-fit: fill;
}
.verline {
  height: 10px;
  width: 100%;
  background: #F5F5F5;
}

.verline20 {
  height: 20px;
  width: 100%;
  background: #F5F5F5;
}

.piclist {
  padding-top: 10px;
}

.hotcon {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px
}

.nextbtn {}

.swiper-button-next,
.swiper-button-prev {
  width: 36px !important;
  height: 36px !important;
  top: 70% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {

  font-size: 16px !important;
  line-height: 36px !important;
  text-align: center;
  background: rgba(0, 0, 0, 0.30);
  color: #fff !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  display: block;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 35% !important
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 3px !important;
  border-radius: 2px !important;
  background: #e22a1c !important
}

.more {
  cursor: pointer;
  width: 100%;
}

.searchDiv {
  position: relative;

}

.newshead .searchDiv .searchpic {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 11px;
  top: 5px;
  cursor: pointer;
  margin: 0px;
}

.share {
  position: absolute;
  right: -35px;
  width: 220px;
  padding: 15px 20px;
  height: 130px;
  background-color: #fff;
  border: 1px solid #bbb;
  box-shadow: 0 6px 10px 0 rgba(95, 101, 105, .15);
  z-index: -1000;
  opacity: 0
}

.fRight {
  cursor: pointer;
  position: relative;
}

.fRight:hover .share {
  z-index: 2000;
  opacity: 1
}

.share img {
  width: 110px !important;
  height: 110px !important;

}

.share p {
  width: 110px;
  text-align: center;
  padding-top: 10px;
  font-size: 12px
}

.share span {
  position: absolute;
  right: 20px;
  width: 95px;
  top: 40px;
  font-size: 18px;
  line-height: 40px
}

.share i img {
  width: 17px !important;
  height: 17px !important;
  position: absolute;
  top: -16px;
  right: 70px;
  margin: 0px !important;
}

.cover {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  z-index: 999;
  display: none
}